Psigpending
Section: Oct. 1, 1991
(2)
Updated: MiNT Programmer's Manual
Index
Return to Main Contents
NAME
Psigpending - determine which signals have been sent but not delivered
SYNOPSIS
LONG Psigpending();
DESCRIPTION
Psigpending
returns a bit mask containing the signals that have been sent to the calling
process but not yet delivered (probably because they have blocked, either
directly via
Psigblock
or
Psigsetmask,
or indirectly because of signal handling.
RETURNS
Bit
n
of the returned value is set if (and only if) signal number
n
is pending.
SEE ALSO
Psigblock(2),
Psignal(2),
Psigsetmask(2)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURNS
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 11:14:01 GMT, June 22, 2025